Support mouse highlight on w32 text-mode frames.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 May 2012 09:31:59 +0000 (12:31 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 May 2012 09:31:59 +0000 (12:31 +0300)
commit3f6ea6a826afb5465cde2c02f14f1c11ed5ee5e8
treed480d26499574ee065372edee644f79543c8c44e
parent689efe9e485dfa310f94bbc75ce6ab70cc4e96e8
Support mouse highlight on w32 text-mode frames.

 src/xdisp.c (draw_row_with_mouse_face): Call
 tty_draw_row_with_mouse_face for WINDOWSNT as well.
 src/w32inevt.c (mouse_moved_to): When the mouse moves, call
 note_mouse_highlight.
 src/w32console.c: Include window.h.
 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face): New
 functions.
 (initialize_w32_display): Initialize mouse-highlight data.
src/ChangeLog
src/w32console.c
src/w32inevt.c
src/xdisp.c